home *** CD-ROM | disk | FTP | other *** search
/ Power Game Pak 2 / Power Game Pak volume 2.iso / roadhog / roadhog.bat < prev    next >
DOS Batch File  |  1995-08-26  |  686b  |  32 lines

  1. @echo off
  2. ROADEXE.EXE %1
  3. if ERRORLEVEL 20 goto gotcha
  4. if ERRORLEVEL 3 goto uh_oh
  5. goto ende
  6. :uh_oh
  7. pause
  8. cls
  9. echo.
  10. echo The execution of the program has been discontinued because of an error.
  11. echo Please consult appendix B of the online-manual for possible solutions.
  12. echo If you are unable to resolve the problem, please contact:
  13. echo 
  14. echo HomeBrew Software
  15. echo 479 Mason Street, Suite 285
  16. echo Vacaville, CA 95688-4542
  17. echo 
  18. echo USA
  19. echo 
  20. echo Voice: (707)-451-9653     FAX: (707)-451-2500
  21. echo 
  22. echo Would you like to read the manual now  (Y/N)
  23. ec.exe YN
  24. if ERRORLEVEL 78 goto GOTCHA
  25. call help.bat
  26. goto ende
  27. :gotcha
  28. call order.bat
  29. :ende1
  30. echo.
  31. :ende
  32.